home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Macintosh / ResEdit3.0.sit / ResEdit™ 3.0 / ResEdit 3.0.rsrc / VDL_256_Resource.SIZE < prev    next >
Text File  |  1997-01-27  |  2KB  |  68 lines

  1. // Automatic TMPL-to-VDL conversion for resource type 'SIZE'.
  2. // Modified by Marc Rhodes, April 1, 1996.
  3.  
  4. Margin( 10, 10, 10, 10, Width = UseParent )
  5.     VList(Width = UseParent, Alignment = Right )
  6.         {
  7.         Label("Application Capabilities", Single)            
  8.             Margin(5,5,5,5)
  9.                 HList()
  10.                     {
  11.                     VList()
  12.                         {
  13.                         CheckBox("MultiFinder aware", Does_activate_on_FG_);
  14.                         CheckBox("Accept suspend events", Accept_suspend_event);
  15.                         CheckBox("Accept “app. died” events", Accept_app_died_even);
  16.                         CheckBox("Uses background null events", Can_background);
  17.                         }
  18.                     VList()
  19.                         {
  20.                         CheckBox("Get front clicks", Get_front_clicks);
  21.                         CheckBox("Background only", Only_background);
  22.                         CheckBox("32-bit compatible", E32_Bit_Compatible);
  23.                         }
  24.                     }
  25.  
  26.         Spacer(Width = 0, Height = 8);
  27.         Label("System 7 and newer capabilities", Single)            
  28.             Margin(5,5,5,5)
  29.                 VList()
  30.                     {
  31.                     CheckBox("Accept high level events", High_level_event_awa);
  32.                     CheckBox("Accept local and remote high level events", Local_and_remote_hig);
  33.                     CheckBox("Stationery-aware", Stationery_aware);
  34.                     CheckBox("Uses text edit services", Use_text_edit_servic);
  35.                     }
  36.  
  37.         Spacer(Width = 0, Height = 8);
  38.         Label("Reserved and obsolete bits", Single)            
  39.             Margin(5,5,5,5)
  40.                 HList()
  41.                     {
  42.                     VList()
  43.                         {
  44.                         CheckBox("Reserved bit 13", Reserved_bit);
  45.                         CheckBox("Reserved bit 14", Token14);
  46.                         CheckBox("Reserved bit 15", Token15);
  47.                         }
  48.                     VList()
  49.                         {
  50.                         CheckBox("Save screen (obsolete)", Save_screen__Obsolet);
  51.                         CheckBox("Disable option (obsolete)", Disable_option__Obso);
  52.                         }
  53.                     }
  54.  
  55.         Spacer(Width = 0, Height = 8);
  56.         HList
  57.             {
  58.             EditText(Size, Signed(32), Width = 189, Label = "Preferred partition size: ", LabelAlignment = Right, LabelWidth = 139, SingleLine);
  59.             StaticText("   (K bytes)");
  60.             }
  61.         Spacer(Width = 0, Height = 4);
  62.         HList
  63.             {
  64.             EditText(Min_size, Signed(32), Width = 189, Label = "Minimum partition size size: " ,LabelAlignment = Right, LabelWidth = 139, SingleLine);
  65.             StaticText("   (K bytes)");
  66.             }
  67.         } //VList
  68.